home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / PROGRAMM / DB_CLIPP / 0358.ZIP / -READ.ME- < prev    next >
Text File  |  1985-12-30  |  2KB  |  55 lines

  1. ╔══════════════════════════════════════════════════════════════════════╗
  2. ║                            DDGEN.PRG                                 ║
  3. ║           dBASE III Database Data Dictionary Generator               ║
  4. ╠══════════════════════════════════════════════════════════════════════╣
  5. ║                                                                      ║
  6. ║                  Author: Gene Clark  (202)252-6363                   ║
  7. ║                     Created: October 20, 1985                        ║
  8. ╚══════════════════════════════════════════════════════════════════════╝
  9.  
  10.  One of my concerns about dBASEIII is its lack of a data dictionary 
  11.  capability; that is, once you create a file structure, you may not be 
  12.  able to remember the definitions of the fields you originally set up.
  13.  My solution to this problem is this command file, with its ancillary 
  14.  files.
  15.   
  16.  This dBASEIII command file program reads the structure of your 
  17.  designated dBASEIII file and creates a data dictionary, containing the 
  18.  data file's structure and a description of each data field.  You 
  19.  supply the field description ("DEFINITION"), and this program supplies 
  20.  the rest.  
  21.  
  22.  The resulting data dictionary is actually another dBASEIII data base 
  23.  file with the same filename as your data base file, but with an extent 
  24.  of ".DIC".  Once the .DIC file is created, it can be USEd like any
  25.  .DBF file as long as you USE it with the fully qualified name.  You 
  26.  will be asked to provide the dBASEIII data base file name, a 54-
  27.  character description of the file, and a 54-character definition of 
  28.  each field in the data base file.  
  29.  
  30.  
  31.  Files in this ARChive Library:
  32.  ==============================
  33.  
  34.      -READ.ME- is this file of descriptive text.
  35.  
  36.      DDGEN.PRG is the dBASEIII command file to generate the data 
  37.      dictionary file.
  38.  
  39.      DDPRINT.PRG is a dBASEIII command file to print the data 
  40.      dictionary.
  41.      
  42.      DDGEN.DBF is the structure of the data dictionary file.  
  43.  
  44.      DDGEN.DIC is the data dictionary for the DDGEN.DBF file structure.
  45.  
  46.  
  47. Comments:
  48. =========
  49.  
  50.      If you have any comments or suggestions, feel free to share them 
  51.      in the "messages" section of the "DARWIN" BBS (301)251-9206.
  52.  
  53.                                          Gene Clark
  54.                                          12/30/85
  55.